www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\adminModel\D_admin_zhuantibiaoEdit.asp

    
<%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>





<LINK href="../css.css" type=text/css rel=stylesheet>
<%

dir_set="../../"


%>


<!--#include file=../../inc/conn.asp-->
<!--#include file=../../inc/Functionb.asp-->

<!--#include file=../../inc/ajaxLIB.asp-->

<!--#include file=../inc/checkadmin2.asp-->

<!--#include file=../../inc/functionFiless.asp-->







<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
AJAXshowLoader()


%>
<%

  biao=trim(request("biao"))
id=request("id")
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from "&biao&" where id="&id&"",conn,1,1
%>


<style type="text/css">
<!--
.STYLE1 {color: #FFFFFF}
-->
</style>
<table width="765" border="0" align="center" cellpadding="0" cellspacing="0">
<tr> 
<td width="350" height="20" bordercolor="#999999">   
</td>  
<td width="44" align="center" bordercolor="#999999" >

</td>
</tr>

<tr><td colspan=2>

<form method="POST" name="myform" action="D_admin_zhuantibiaoEdit_Chk.asp" target="_self">
<table width="700" border="0" align="center" cellpadding="5" cellspacing="1" class="tableBorder">
  <tr align="center">
    <th height="22" colspan="2"  class="adminth"><span class="STYLE1"><strong>修改</strong>&nbsp;</span></th>
  </tr>
    <tr bgcolor="#D6DFF7">
    <td width="174" height="30" align="right" bgcolor="#FFFFFF"><strong>专题项或复选项名称:</strong></td>
    <td width="503" bgcolor="#FFFFFF"><input name="sname" type="text" id="sname" value="<%=rs("Specialname")%>"></td>
  </tr>
  

  <tr bgcolor="#D6DFF7">
    <td height="30" align="right" bgcolor="#FFFFFF"><input name="id" type="hidden" id="id" value="<%=id%>">
    
    <input name="biao" type="hidden" id="biao" value="<%=biao%>">
    
    </td>
    <td bgcolor="#FFFFFF">&nbsp;&nbsp;
    <input type="submit" name="Submit" value=" 修  改 "></td>
  </tr>
</table>
</form>


</td></tr>
</table>




<%
AJAXcloseLoader()
%>